home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Html / CuteHtml / setup.exe / +MOVING NAVIGATION BAR.JS < prev    next >
Encoding:
Text File  |  1999-09-03  |  454 b   |  37 lines

  1. <script>
  2.  
  3. <!--
  4.  
  5. /*Menu Estßtico by Felipe Bottrel Souza 1998/99*/
  6.  
  7. function stat(){
  8.  
  9. var a = pageYOffset+window.innerHeight-document.bar.document.height-15
  10.  
  11. document.bar.top = a
  12.  
  13. setTimeout('stat()',2)
  14.  
  15. }
  16.  
  17. function fix(){
  18.  
  19. nome=navigator.appName
  20.  
  21. if(nome=='Netscape'){
  22.  
  23. stat()
  24.  
  25. }
  26.  
  27. else{
  28.  
  29. var a=document.body.scrollTop+document.body.clientHeight-document.all.bar.offsetHeight+15
  30.  
  31. bar.style.top = a
  32.  
  33. }}
  34.  
  35. //-->
  36.  
  37. </script>